home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / ADOS commands / Prompt < prev    next >
Text File  |  1998-02-16  |  520b  |  22 lines

  1.                          --AMIGADOS GUIDE V2.5--
  2.                                   PROMPT
  3.  
  4.  
  5.    USE:
  6.    The Prompt is the 1> that you see when using AmigaDOS.  With this
  7.    command you can customise the Prompt with a simple string of characters.
  8.  
  9.    PATH:
  10.    Internal
  11.  
  12.    SYSTEM:
  13.    2.0 (enhanced), 2.1, 3.0
  14.  
  15.    EXAMPLES:
  16.    1>PROMPT A>
  17.    1>PROMPT "What Next.....>"
  18.  
  19.    NOTES:
  20.    Please note that if you want to include special characters or spaces
  21.    your inserted Prompt should include quotes as in example two above.
  22.